home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 106 / RG2001 / RG2001.ISO / demos / Sam / Serious Sam Demo / Scripts / GLSettings / ATI-Maxx.ini < prev    next >
Encoding:
Text File  |  2001-02-11  |  373 b   |  15 lines

  1.  
  2. // driver versions
  3. // Rage128pro: 6.40 cd19
  4. // RageMaxx:   6.40 cd15
  5.  
  6. include "Scripts\GLSettings\Default.ini";
  7.  
  8. if( iQualityIndex>4)    { iQualityIndex = 4; }
  9. if( sam_iVideoSetup==2) { iQualityIndex = iQualityIndex +1; }
  10. if( sam_iVideoSetup==0) { iQualityIndex = iQualityIndex -1; }
  11.  
  12. include "Scripts\GLSettings\RAM.ini";
  13.  
  14. ogl_bAllowProjectiveMapping  = 0;
  15.